home *** CD-ROM | disk | FTP | other *** search
/ Floppyshop 2 / Floppyshop - 2.zip / Floppyshop - 2.iso / art&graf.ix / art-5276 / picfb11a / doc / history.txt next >
Text File  |  1996-02-01  |  3KB  |  66 lines

  1. HISTORY for PICFIB:
  2.  
  3. V1.0    released on 1994.11.06
  4.  
  5. V1.0a    bugs fixed since V1.0
  6.     -drawing of buttons in TOOL window improved (vswr_mode)
  7.     -using lists that contain invalid pathnames caused bus error
  8.      if TOOL window was opened (NULL test)
  9.     -error messages that contained a long pathname caused an
  10.      address error (increased buffer+strncat)
  11.     -color reducing was buggy (palette compressing did not work)
  12.     -GIF files were rejected sometimes (version check was buggy)
  13.     -Owner drawn controls were sometimes invisible in 256 color modes
  14.      (vst_color was missing)
  15.  
  16.     improvements since V1.0
  17.     -speed up of GIF loader by 10-20%
  18.     -changed internal memory management (reduced malloc calls)
  19.     -changed internal window management
  20.     -toggle picture & default palette with UNDO key
  21.     -toggle tags with keyboard (keys 1-4)
  22.     released on 1995.04.29
  23.     
  24. V1.0b    bugs fixed since V1.0a
  25.     -fast GIF loader couldn't handle several GIF89 extensions
  26.     -internal memory management was not consistent, memory was
  27.      not released any more. 
  28.     -when viewing pictures in monochrome resolutions suddenly 
  29.      dithering was disabled, because some buffers weren't being
  30.      released
  31.      
  32. V1.1    bugs fixed since V1.0b
  33.     -when cancelling a load while a list was already loaded a bus
  34.     error occurred (current list was released BEFORE the OK to 
  35.     load a new one was given) 
  36.     
  37.     improvements since V1.0b
  38.     -added TIF support
  39.     -added export of lists
  40.     
  41. V1.1a   bugs fixed since V1.1 (many discovered by Joerg T.)
  42.     -closing of bitmap windows doesn't restore palette while tool
  43.     dialog was open (reimplementation of handle_wind_close)
  44.     -closing a bitmap window opened by browsing through the list
  45.     and selecting "Slideshow" caused bus error
  46.     (global TV was not reset on close)
  47.     -added "*.*" wildcard to current path when opening the file
  48.     select dialog for "New List...". Seemed to cause problems
  49.     with FREEDOM file selector.
  50.     -when allocation of picture failed, VDI buffer wasn't released
  51.     any more (get_picture)
  52.     -if there wasn't enough memory to allocate VDI transformation 
  53.     buffer, a bus error occured (image_convert, NULL test)
  54.     -if a file caused an error condition during slideshow, the
  55.     slideshow was aborted. (different return codes added)
  56.     
  57.     improvements since V1.1
  58.     -command line arguments are processed. So it's possible to 
  59.     set PICFIB as application to display various picture 
  60.     formats.
  61.     -progress bar is displayed for loading, dithering, color 
  62.     reduction
  63.     -added JPEG picture support. (Need test of low memory 
  64.     conditions with floppies)
  65.     -PICFIB now handles the AP_TERM message, causing the program
  66.     to terminate during shutdown. (Magic>2.0,Mint)